home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / util / batch / MiniMen.lha / MiniMen / MiniMen.doc < prev    next >
Text File  |  2002-03-28  |  2KB  |  66 lines

  1.  
  2.  
  3.  MiniMen v1.1  (C) 1995-99  Lorence Lombardo. This program is `FreeWare'.
  4.  
  5.  lory@subdimension.com
  6.  
  7.  Usage: MiniMen <filename>
  8.         MiniMen ?                for info    
  9.  
  10.  If no file name is given it will then default to `S:MiniMen.data'.
  11.  
  12.  Programed in 95, couple of bugs removed between that time.
  13.  
  14.  Document & examples last updated on the 3rd March 2000.
  15.  Check the file date stamps for some history :)
  16.  
  17.  
  18.  
  19.  What the #@&* is MiniMen ?
  20.  
  21.  MiniMen is a GUI menu program which was designed to be used in script files,
  22.  supporting up to 165 user defined buttons.
  23.  
  24.  
  25.  Before you can use MiniMen you need to create a data file containing the
  26.  title, button names & button function with your favorite text editor.
  27.       The first line in the data file will be the title which will be
  28.  displayed in the MiniMen window. The next line(s) will be the button name
  29.  & button function.
  30.  eg.    OPUS|sys:utilities/DOpus
  31.  The text before the "|" will be the button name (ie. OPUS). The text after
  32.  the "|" will be the button function (ie. sys:utilities/DOpus)
  33.  When you select the "OPUS" button "sys:utilities/DOpus" will be stored as
  34.  a variable in ENV:. That variable being $MinMen.
  35.  See files "drives" & "progs" in this archive for examples of how to create
  36.  a MiniMen data file.
  37.  
  38.  See script files "DMSX" & "Launch" as examples of how to use MiniMen in a
  39.  script.
  40.  
  41.  The DMSX script is a script file which can be used to extract DMS
  42.  archives & can be easily adapted to be used with a directory utility by
  43.  removing the file requestor part of the script. The script could be
  44.  activated by double clicking on the selected DMS file with the directory
  45.  utility.
  46.  
  47.  See the DMSP, TransADF(X/P), Dimp(P/X) & MultiDX scripts for more examples.
  48.  The DMSP & TransADF(X/P) scripts, require the DMS executable & the latest
  49.  version of TransADF to be in the current path respectively.
  50.  The latest version of TransADF can be found on the aminet in the archive
  51.  TransADF.lha. You can also adapt these scripts for PackDev on the aminet
  52.  in the archive PackDev1_9.lha.
  53.  
  54.  
  55.  
  56.  
  57.  MiniMen was programed as an exercise in GUI & Menu programing, but I ended
  58.  up finding several uses for it.
  59.  
  60.  
  61.  Check out archive "MENU.zip" as a bonus program.
  62.  
  63.  
  64. The end.......
  65. CYA..........!
  66.